IdArray<T>.Size Property
Gets the size.
This language is not supported or no code example is available.
public:
property int Size {
int get( );
}
This language is not supported or no code example is available.
public function get Size() : int;
This language is not supported or no code example is available.
Property Value
int
The size.
In this article
Definition